Normally, IDL system routines that reside in dynamically loadable modules (DLMs) are automatically loaded on demand when a routine from a DLM is called. The DLM_LOAD procedure can be used to explicitly cause a DLM to be loaded.
DLM_LOAD, DLMNameStr1 [, DLMNameStr2,..., DLMNameStrn]
A string giving the name of the DLM to be loaded. DLM_LOAD causes each named DLM to be immediately loaded.
None
Force the JPEG DLM to be loaded:
DLM_LOAD, 'jpeg'
IDL prints:
% Loaded DLM: JPEG.
5.1 |
Introduced |